home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / Interfaces&Libraries / Universal / Interfaces / PInterfaces / Interrupts.p < prev    next >
Encoding:
Text File  |  1998-08-17  |  888 b   |  47 lines  |  [TEXT/MPS ]

  1. {
  2.      File:        Interrupts.p
  3.  
  4.      Contains:    Public Interface to the Interrupt Manager.
  5.  
  6.      Version:    Technology:    PowerSurge 1.0.2
  7.                  Release:    Universal Interfaces 3.2
  8.  
  9.      Copyright:    © 1985-1998 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. }
  17. {$IFC UNDEFINED UsingIncludes}
  18. {$SETC UsingIncludes := 0}
  19. {$ENDC}
  20.  
  21. {$IFC NOT UsingIncludes}
  22.  UNIT Interrupts;
  23.  INTERFACE
  24. {$ENDC}
  25.  
  26. {$IFC UNDEFINED __INTERRUPTS__}
  27. {$SETC __INTERRUPTS__ := 1}
  28.  
  29. {$I+}
  30. {$SETC InterruptsIncludes := UsingIncludes}
  31. {$SETC UsingIncludes := 1}
  32.  
  33. {$IFC UNDEFINED __DRIVERSERVICES__}
  34. {$I DriverServices.p}
  35. {$ENDC}
  36.  
  37. {
  38.     The contents of Interrupts.h has been merged into DriverServices.h
  39. }
  40. {$SETC UsingIncludes := InterruptsIncludes}
  41.  
  42. {$ENDC} {__INTERRUPTS__}
  43.  
  44. {$IFC NOT UsingIncludes}
  45.  END.
  46. {$ENDC}
  47.